Docs.rs
simple-builder-macro-0.0.2
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
simple-builder-macro 0.0.2
A procedural macro for creating a Builder object for any struct.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
2
out of
2
items documented
1
out of
2
items with examples
Links
Brendan-Blanchard/simple-builder
0
1
0
crates.io
Dependencies
proc-macro2 ^1.0
normal
quote ^1.0
normal
syn ^2.0
normal
Versions
0.0.2
Owners
A procedural macro for creating a Builder object for any struct. This crate is meant to be used by the `simple-builder` crate and is not meant for direct consumption.